curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/attach-charger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "architecto",
"serial_number": "architecto",
"pincode": 4326.41688
}'
{}
See the documentation for more information.
Charger attached to the site successfully
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/attach-charger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "architecto",
"serial_number": "architecto",
"pincode": 4326.41688
}'
{}